@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;
}

* {
  box-sizing: border-box;
}


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

html {
  font-size: 62.5%;
}

body {
  color: #444;
  font-family: 'Hiragino Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.857142857;
  letter-spacing: .03em;
  font-feature-settings: "palt";
  min-width: 1100px;
  background: #fff;
  background: url(img/bg.png);
}

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

a {
  color: #222;
  text-decoration: none;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: bold;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

p>span {
  font-weight: bold;
  color: #e3512e;
}

p:not([class]) a {
  text-decoration: underline;
  font-weight: bold;
}

p {
  margin: 20px 0 20px;
}






/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
  padding: 0 0 50px;
}

header .headTopArea {
  margin: 0 auto 20px;
  background: #41a9a5;
}

header .headTopArea .rightTxt {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .06em;
  text-align: right;
  max-width: 1100px;
  margin: auto;
  color: #fff;
}

header .headTopArea .rightTxt a {
  color: #fff;
}

header .headNoteArea {
  padding: 0 0 30px;
}

header .headNoteArea .logo {
  width: 296px;
  margin: 0 auto;
}

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

#visArea:before {
  content: "";
  background: #41a9a5;
  width: 100%;
  height: 350px;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}

#visArea .mainArea {
  background: url(img/mv_pic_pc.jpg) no-repeat center top;
  height: 480px;
  width: 1100px;
  margin: 0 auto 20px;
  position: relative;
}

#visArea .mainArea .mainTxtBox {
  position: absolute;
  top: 35px;
  left: 0;
}

#visArea .mainArea .catchArea {
  width: 600px;
  padding: 7px 40px;
  margin: 0;
}

#visArea .mainArea .catchArea .catch {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.46875;
  letter-spacing: .015em;
  font-weight: bold;
  margin: 0;
}

#visArea .mainArea .catchArea .catch span {
  color: #41a9a5;
}

#visArea .mainArea .txtArea {
  width: 540px;
  line-height: 1.857142857;
  padding: 2px 40px;
}

#visArea .mainArea .txtArea p {
  margin: 10px 0;
}

#visArea .mainArea .txtArea span {
  color: #e3512e;
}

#visArea .mainArea .btn-internal {
  margin: 15px 0 0 40px;
}

#visArea .mainArea .btn-internal a {
  background: #fec800 url(img/arrow_black_down2.png) right 30px center no-repeat;
  background-size: 11px auto;
  color: #444;
  line-height: 1.4375;
  padding: 11px 45px;
}



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

#g-nav {
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 0 50px;
  padding: 10px 0;
}

#g-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 1100px;
  margin: 0 auto;
}

#g-nav li {
  text-align: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 20%;
}

#g-nav li a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 15px;
  background: url(img/nav_line.png) repeat-y top left;
  line-height: 1.6;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#g-nav li:last-child a {
  background: url(img/nav_line.png) repeat-y top left,
    url(img/nav_line.png) repeat-y top right;
}



/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
  /* background: #fff; */
}

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

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

.contents {
  width: 1100px;
  margin: 30px auto 0;
  padding: 4rem 0 0;
}

.index,
.category,
.page {
  float: left;
  width: 820px;
  margin: 0;
  padding: 0;
}


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


.lower_page #side .sideBox ul {
  display: none;
}

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

#side .sideTopBox {
  background: #fff;
  border: solid 1px #222;
  padding: 0 20px 20px 20px;
  margin: 35px 0 40px;
  position: relative;
}

#side .sideTopBox:before {
  content: url(img/side_top_line.png);
  position: absolute;
  top: -35px;
  left: -1px;
}

#side .sideTopBox .catch {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

#side .sideTopBox .imgBox {
  position: relative;
  margin: 0 0 15px;
}

#side .sideTopBox .imgBox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #c3dcdc;
  display: inline-block;
}

#side .sideTopBox .imgBox:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #c3dcdc;
  display: inline-block;
}

#side .sideTopBox p {
  line-height: 1.6;
}

#side .sideTopBox .dtlBtn {
  margin: 20px 0 0;
}

#side .sideTopBox .dtlBtn a {
  color: #fff;
  display: block;
  background: #ff5677 url(img/arrow_rough_white.png) no-repeat right 10px center;
  background-size: 15px auto;
  text-align: center;
  border-radius: 10px;
  padding: 8px 30px;
}


#side .sideBox {
  margin: 0 0 30px;
  background: url(img/side_line_top.png) no-repeat top left;
}

#side .sideBox .sttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .05em;
  /*background: url(img/side_line.png) no-repeat bottom left;*/
}

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

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

#side .sideBox ul li {
  border-top: #444 1px solid;
  background: none;
  padding: 0;
}

#side .sideBox ul li a {
  display: block;
  padding: 10px 28px 10px 15px;
  font-size: 13px;
  font-size: 1.3rem;
  background: url(img/arrow_black.png) no-repeat right 10px center;
  background-size: 5px auto;
  text-decoration: none;
}

#side .sideBox ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#side .sideBox .subList {
  margin: 0;
}

#side .sideBox .subList li {
  margin: 0;
}

#side .sideBox .subList li a {
  display: block;
  padding: 10px 28px 10px 15px;
}

#side .sideBox .subList li a:before {
  content: "└";
  margin: 0 5px 0 0;
}



/*--------------------------------------
　Footer
---------------------------------------*/
#page-top {
  position: fixed;
  width: 90px;
  bottom: 20px;
  right: 0;
  z-index: 10;
}


footer {
  margin: 8rem 0 0;
  padding: 0;
  background: #41a9a5;
}

footer a:hover {
  text-decoration: underline;
  opacity: .7;
}

footer .areaInner {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 50px 40px 50px;
  color: #fff;
}

footer .areaInner a {
  color: #fff;
}

footer .areaInner .logo {
  width: 296px;
  margin: 0 auto 35px;
  position: relative;
}

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

footer .areaInner .footBox {
  margin: 0 0 40px 0;
}

footer .areaInner .footBox:after {
  content: "";
  display: block;
  clear: both;
}

footer .areaInner .footBox .sttl {
  padding: 0 0 13px 0;
  margin: 0 0 15px 0;
}

footer .areaInner .footBox .sttl a {
  background: url("img/arrow_rough_white.png") center left no-repeat;
  background-size: 15px auto;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 3px 0 3px 21px;
  display: block;
}

footer .areaInner .footBox .accChild {}

footer .areaInner .footBox .accChild li {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 31%;
}

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

footer .areaInner .footBox .accChild li a {
  background: url(img/arrow_white.png) no-repeat left center;
  background-size: 5px auto;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 0 0 10px;
  display: inline-block;
  line-height: 1.4;
}

footer .areaInner .footBox .accChild .subCat li a {
  background: none;
  padding: 0;
}

footer .areaInner .footBox .accChild .subList {
  display: inline-block;
}

footer .areaInner .footBox .accChild .subList li {
  margin: 0 0 10px 0;
}

footer .areaInner .footBox .accChild .subList li::after {
  content: "　/　";
  letter-spacing: 0;
  color: #222;
}

footer .areaInner .footBox .accChild .subList li:last-child:after {
  content: none;
}

footer .areaInner .footBox .accChild .subList li:first-child::before {
  content: "　/　";
  letter-spacing: 0;
  color: #222;
}

footer .areaInner .noticeArea {
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  padding: 25px 30px 15px;
  margin: 60px auto 0;
}

footer .areaInner .noticeArea p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0;
}

footer .areaInner .botPrg {
  background: rgba(255, 255, 255, 0.15);
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7;
  margin: 0;
  padding: 0 0 2rem;
}

footer .botArea {
  background: #fff;
  padding: 8px 0px;
}

footer .botArea .botInner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}

footer .botArea .botInner .smap {
  float: right;
}

footer .botArea .botInner .smap a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-decoration: underline;
}

footer .botArea .botInner .smap a:hover {
  text-decoration: none;
}

footer p.copy {
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
  float: left;
  margin: auto;
}

footer p.copy a {
  color: #333;
}




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


.main .enTtl {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  display: table;
  margin: 40px auto 25px;
  position: relative;
  line-height: 1.6;
  text-align: center;
}

.main.index h2,
.main.category h1,
.main.page h1 {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2rem 4rem;
  margin: 0 0 30px;
  text-align: center;
  position: relative;
}


.main.index h2::before,
.main.category h1::before,
.main.page h1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  top: 0;
  background: url(img/bg_border-dashed.svg) no-repeat;
  background-size: 100% auto;
}
.main.index h2::after,
.main.category h1::after,
.main.page h1::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: url(img/icon_drop4.png) no-repeat center;
    background-size: 9px 9px, auto;
    left: -3px;
    top: 8.5rem;
}

.main.category h1,
.main.page h1 {
  padding: 4rem;
}

.main.category .enTtl,
.main.page .enTtl {
  margin: -110px auto 100px;
}

.main.index h3,
.main.category h2,
.main.page h2 {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 40px 0 30px;
  line-height: 1.4;
  padding: 22px 20px 20px 50px;
  background: #41a9a5 url(img/icon_drop2.png) no-repeat left 20px center;
  background-size: 20px auto;
  position: relative;
}

.main.index h3 a,
.main.category h2 a,
.main.page h2 a {
  display:
    block;
  color: #fff;
  background: #41a9a5 url(img/arrow_rough_white.png) right 10px center no-repeat;
  background-size: 14px auto;
  padding: 0 45px 0 0;
}


.main.index h4,
.main.category h3,
.main.page h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 40px 0 30px;
  padding: 15px 30px 15px 30px;
  line-height: 1.5;
  position: relative;
  border-bottom: 3px solid #222;
}

.main.index h4 a,
.main.category h3 a,
.main.page h3 a {
  display: block;
  background: url(img/arrow_black.png) right center no-repeat;
  background-size: 12px auto;
  padding-right: 20px;
}

.main.index h5,
.main.category h6,
.main.category h4,
.main.category h5,
.main.category h6,
.main.page h4,
.main.page h5,
.main.page h6 {
  background: url(img/icon_drop3.png) left center no-repeat;
  background-size: 18px auto;
  margin: 40px 0 30px;
  padding: 10px 20px 13px 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}


.main.index h5 a,
.main.category h6 a,
.main.category h4 a,
.main.category h5 a,
.main.category h6 a,
.main.page h4 a,
.main.page h5 a,
.main.page h6 a {
  display:
    block;
  background: url(img/arrow_black.png) right 10px center no-repeat;
  background-size: 12px auto;
  padding-right: 30px;
}

.sitemap h2 a {
  color: #222;
}



.contents ul {
  margin: 20px 0 20px;
  padding: 10px 10px 0;
}

.contents ul li {
  padding: 0 0 6px 30px;
  background: url(img/icon_drop4.png) 2px 8px no-repeat;
}
.contents ul li span{
  color: #e3512e;
  font-weight: bold;
}

.contents ul li a,
.contents ol li a {
  text-decoration: underline;
}

.contents ul li a:hover,
.contents ol li a:hover {
  opacity: 1;
  text-decoration: none;
}

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

.caption a {
  color: #999;
}


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

.main .float-wrap {
  margin: 40px 0;
  box-sizing: border-box;
}

.main .float-wrap img {
  width: 100%;
}

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

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

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

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

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

.main .float-wrap.ct .catch.center {
  border-bottom: 0;
  position: relative;
}

.main .float-wrap.ct .catch.center::before {
  content: "";
  width: 100px;
  position: absolute;
  background: #41a9a5;
  display: block;
  height: 3px;
  bottom: 0;
  left: calc(50% - 50px);
}

.main .float-wrap .catch {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.545454545;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 3px solid #41a9a5;
}

.main .float-wrap .fl+.catch {
  margin-left: 350px;
}

.main .float-wrap .fr+.catch {
  margin-right: 350px;
}

/*  btns*/
.btn-internal,
.btn-web,
.btn-insta{
  text-align: center;
  margin: 40px auto;
  padding: 0;
  max-width: 450px;
}

.btn-internal a {
  padding: 21px 45px 21px;
  background: #41a9a5 url(img/arrow_rough_white.png) right 15px center no-repeat;
  background-size: 14px auto;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 100px;
  display: block;
  transition: 0.2s;
}

.btn-internal a::after {
  content: "";
  width: 100%;

}

.btn-internal a:hover,
.btn-web a:hover {
  opacity: 1;
  box-shadow: none;
  transform: translate(5px, 5px);
}

.addParts05Btn {
  margin: 50px auto;
  padding: 17px 45px;
  background-size: 14px auto;
  text-align: center;
  font-weight: bold;
  color: #41a9a5;
  line-height: 1.3;
  text-decoration: none;
  font-size: 17px;
  font-size: 1.7rem;
  border-radius: 100px;
  display: block;
  border: 1px solid #41a9a5;
  max-width: 450px;
  cursor: pointer;
  transition: 0.2s;
}

.addParts05Btn span {
  color: #41a9a5;
}

.addParts05Btn {
  background: #fff url(img/icon_plus.png) right 25px center no-repeat;
  background-size: 14px auto;
}

.is-open .addParts05Btn {
  margin: 30px auto 30px;
  background: #fff url(img/icon_minus.png) right 25px center no-repeat;
  background-size: 14px auto;
}

.addParts05Btn:hover,
.ac-btn-close:hover {
  opacity: 1;
  box-shadow: none;
  transform: translate(5px, 5px);
}


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

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


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

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



.btn-web a {
  padding: 21px 45px 21px;
  background: #eb4824 url(img/arrow_rough_white.png) right 15px center no-repeat;
  background-size: 14px auto;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 100px;
  display: block;
  position: relative;
  transition: 0.2s;
}

.btn-insta a {
  padding: 21px 45px 21px;
  background: #CF2E92 url(img/arrow_rough_white.png) right 15px center no-repeat;
  background-size: 14px auto;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 100px;
  display: block;
  position: relative;
  transition: 0.2s;
}

.btn-web a::before {
  content: "";
  position: absolute;
  background: url(img/icon_leaf.png) no-repeat;
  background-size: 100% auto;
  width: 33px;
  height: 34px;
  left: 16px;
  top: -16px;
  transition: 0.2s;
}


.btn-link {
  margin: 20px 0;
  text-align: right;
}

.btn-link a {
  position: relative;
  display: inline-block;
  padding: 5px 0 4px 26px;
  background: url(img/ico_arrow.png) top 8px left no-repeat;
  background-size: 16px auto;
  line-height: 1.3;
  text-decoration: underline;
}

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




/* ================== */
/*  テーブル　　　　　*/
/* ================== */
.contents .table-layout {
  padding: 0;
}

.contents table {
  width: 100%;
  table-layout: fixed;
  margin: 30px auto 30px;
  border: solid 1px #bebebd;
}

.contents table th {
  width: 22%;
  padding: 12px 16px;
  background: #faf7f3;
  line-height: 1.3;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  border: solid 1px #bebebd;
}

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



/*--------------------------------------
　box-wrap
---------------------------------------*/
.contents .box-wrap {
  margin: 50px 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

.contents .box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 395px;
  margin: 0 0.7% 20px;
}

.contents .left_box {
  padding: 30px;
  background: #f6f2eb;
  position: relative;
  margin: 0 0.7% 50px;
}

.contents .left_box a {
  display: block;
}

.contents .left_box a:before {
  content: url(img/parts03_arrow_link.png);
  position: absolute;
  bottom: 5px;
  right: 5px;
  line-height: 0;
}

.contents .left_box .flame {
  margin: 0 0 30px;
}

.contents .left_box .box-head {
  margin: 0 0 20px;
}

.contents .left_box .box-head .sttl {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  background: none;
  position: relative;
}

.contents .left_box .box-head .sttl:after {
  content: "";
  width: 76px;
  height: 3px;
  background: #f5bf1e;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -38px;
}

.contents .left_box .box-body {
  text-align: left;
}

.contents .left_box .box-body p {
  margin: 0;
}

.contents .right_box {
  background: #fff;
  border: solid 3px #222;
  padding: 50px 30px 30px;
  margin: 0 0.7% 50px;
}

.contents .right_box a {
  display: block;
}

.contents .right_box .fukiWrap {
  padding: 0 10px;
  margin: -80px auto 0;
  display: table;
  background: #fff;
}

.contents .right_box .fukiCatch {
  width: 290px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 17px 15px;
  border-radius: 30px;
  text-align: center;
  background: #96bec8;
  position: relative;
  margin: 0;
}

.contents .right_box .fukiCatch:before {
  content: "";
  background: url(img/frame-wrap_baloon.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 22px;
  display: inline-block;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}


.contents .right_box .box-head .sttl {
  background: url(img/tit_line_dot.png) no-repeat bottom;
  margin: 20px 0 20px;
  padding: 20px 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.contents .right_box .box-head .sttl:before,
.contents .right_box .box-head .sttl:after {
  content: none;
}

.contents .right_box a .box-head .sttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  background: url(img/arrow_black.png) no-repeat right center,
    url(img/tit_line_dot.png) no-repeat bottom;
  background-size: 8px auto, auto;
  display: block;
  padding: 20px 25px;
}

.contents .right_box .box-body {
  text-align: left;
}

.contents .right_box .box-body p {
  margin: 0;
}

.contents .right_box .listBg {
  background: #f6f2eb;
}

.contents .right_box .listBg ul {
  margin: 25px 0 10px;
  padding: 15px 15px 10px;
}


/* frame-wrap */

.contents .frame-wrap {
  margin: 50px auto;
  counter-reset: div;
}


.contents .frame {
  vertical-align: top;
  width: 258px;
  display: inline-block;
  margin: 0 0.7% 20px;
}

.contents .frameLeft {
  background: #333;
  border: solid 3px #333;
}

.contents .frameLeft .inner {
  padding: 20px;
  position: relative;
}

.contents .frameLeft .inner:before {
  content: counter(div, decimal-leading-zero);
  counter-increment: div;
  background: url(img/frame-wrap_num.png) no-repeat;
  background-size: 100%;
  width: 97px;
  height: 23px;
  display: inline-block;
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  padding: 13px 0 0;
}

.contents .frameLeft .frame-head {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-bottom: dashed 1px #fff;
  padding: 0 0 15px;
  margin: 0 0 20px;
  line-height: 1.5;
  background: none;
  display: table;
  width: 100%;
}

.contents .frameLeft .frame-head:before,
.contents .frameLeft .frame-head:after {
  content: none;
}

.contents .frameLeft .frame-head a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.contents .frameLeft .frame-body p {
  color: #fff;
  text-align: left;
  margin: 0;
}



.contents .frameCenter {
  background: #faf7f3;
  border: solid 2px #b5b5b5;
  padding: 25px 20px 20px;
  position: relative;
}

.contents .frameCenter .frame-head {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: dashed 1px #222;
  padding: 0 0 15px;
  margin: 0 0 20px;
  line-height: 1.5;
  background: none;
}

.contents .frameCenter .frame-head:before,
.contents .frameCenter .frame-head:after {
  content: none;
}

.contents .frameCenter .frame-head a {
  color: #444;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.388888889;
  background: url(img/arrow_black.png) no-repeat right center;
  background-size: 9px auto;
  display: block;
}

.contents .frameCenter .frame-head a:hover {
  opacity: .7;
}

.contents .frameCenter .frame-body {
  text-align: left;
}

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

.contents .frameCenter .frame-body .tag {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #f5879b;
  display: inline-block;
  padding: 2px 8px 2px;
  margin: 0 0 15px;
  line-height: 1.3;
  color: #fff;
}

.contents .frameCenter .frame-body .listBg {
  background: #fff;
}
.contents .addParts03.addParts.list .frameCenter .frame-body .listBg{
  background: none;
}

.contents .frameCenter .frame-body .listBg ul {
  padding: 14px 10px 15px;
  margin: 20px 0 10px;
}

.contents .frameCenter .frame-body .listBg ul li {
  padding: 0 0 6px 26px;
}

.contents .frameRight {
  border: solid 2px #222;
  padding: 20px;
  position: relative;
  background: #fff;
}

.contents .frameRight:before {
  content: "";
  background: url(img/frame-wrap_corner.png) no-repeat;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 124px;
  height: 35px;
  display: inline-block;
}

.contents .frameRight .deco {
  width: 60px;
  margin: 0 auto 20px;
}

.contents .frameRight .deco img {
  width: 100%;
}

.contents .frameRight .frame-head {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.5;
  position: relative;
  padding: 5px 20px;
  background: none;
}

.contents .frameRight .frame-head:before {
  content: "";
  background: url(img/frame-wrap_tit_l.png) no-repeat;
  background-size: 62%;
  width: 12px;
  height: 74px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.contents .frameRight .frame-head:after {
  content: "";
  background: url(img/frame-wrap_tit_r.png) no-repeat;
  background-size: 62%;
  width: 12px;
  height: 74px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0%;
  bottom: inherit;
  left: inherit;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.contents .frameRight .frame-head a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
}

.contents .frameRight .frame-body {
  text-align: left;
}

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



/* addParts common */
.contents .addParts {
  margin: 8rem 0 10rem;
  position: relative;
}

.contents .addParts .enTtl {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left center;
  background: url(img/icon_dots_orange.svg) no-repeat right 10px center, url(img/bg2.png);
  background-size: 34px auto, 100px auto;
  left: 2px;
  top: 184px;
  display: block;
  margin: 0;
  padding: 0 56px 0 0;
  z-index: 1;
}

.contents .addParts .enTtl.no-catch {
  top: 102px;
  padding: 0 36px 0 0;
}

.contents .addParts .lead {
  margin: 3rem 4rem 4rem;
}

.contents .addParts .lead span.caption {
  display: block;
  color: #444;
  font-size: 1rem;
  margin-top: 1rem;
  word-wrap: break-word;
}

.contents .addParts .partTtl-wrapper {
  position: relative;
}


.contents .addParts .partTtl:first-child {
  margin-top: 0;
}

.contents .addParts .partTtl a {
  display: block;
  padding-right: 2rem;
}

.contents .addParts .partTtl a:hover {
  opacity: .7;
}

.contents .addParts .partTtl a::after {
  content: "";
  background: url(img/arrow_black.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 20px;
}


#contents.contents .addParts.pr .partTtl {
  position: relative;
  background:  url(img/bg_border-dashed2.svg) no-repeat;
  background-size: contain;
  text-align: left;
  padding: 5rem 5rem 3rem;
  margin: 8rem 0 1rem;
  overflow: hidden;
}

#contents.contents .addParts.pr .partTtl:before {
  content: "";
  position: absolute;
  background: url(img/bg_pr-ttl.png) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 10px;
  z-index: -1;
}

#contents.contents .addParts03.addParts.pr .partTtl:before{
  background: #e3512e;
  border-radius: 50px 0 0 0;
  z-index: 0;
}
#contents.contents .addParts.pr .partTtl:after {
  content: none;
}
.contents .addParts.pr .partTtl a {
  color: #fff;
  position: relative;
}

.contents .addParts.pr .partTtl a::after {
  background: url(img/arrow_white.png) no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
  right: 35px;
}

#contents .addParts.pr .btn-internal a {
  color: #444;
  background: #ffc803 url(img/arrow_rough_black.png) right 20px center no-repeat;
  background-size: 11px auto;
}

.contents .addParts .iconList {
  margin: 0;
  padding: 0;
}

.contents .addParts .iconList li {
  background: #fff;
  border-radius: 3px;
  color: #222;
  text-align: center;
  width: auto;
  float: left;
  line-height: 1.4;
  padding: 8px 10px 6px;
  font-weight: bold;
  font-size: 10px;
  font-size: 1.0rem;
  display: table;
}

.contents .addParts .iconList li span {
  display: table-cell;
  vertical-align: middle;
}

.contents .addParts .iconList .off {
  background: #fff;
  color: #eee;
}


/* addParts01 */
.contents .addParts01.addParts {
  margin-top: 0;
}

.contents .addParts01.addParts.lower-bottom {
  margin-top: 100px;
}

.contents .addParts01 .comBoxWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.contents .addParts01 .comBoxWrap .box {
  width: 260px;
  margin: 0 20px 0 0;
}

.contents .addParts01 .comBoxWrap .box:last-child {
  margin: 0;
}
.contents .addParts01 .comBoxWrap .box ul li{font-weight: bold;}

.contents .addParts01 .comBoxWrap .box .catch {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.421052632;
  text-align: center;
  position: relative;
  padding: 15px 10px;
  margin: auto;
  display: table;
  width: 100%;
  border-top: 3px solid #fec800;
  border-left: 3px solid #fec800;
}

.contents .addParts01 .comBoxWrap .box .catch span.middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: none;
  color: inherit;
}

.contents .addParts01 .comBoxWrap .box .catch span.green {
  color: #e3512e;
}

.contents .addParts01 .comBoxWrap .box .comBox {
  background: #ffe997;
  border-left: #fec800 solid 3px;
  padding: 0 0 20px;
}

.contents .addParts01 .comBoxWrap .box .comBox .name {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  padding: 20px 15px 20px;
  margin: 0;
  width: 100%;
  display: table;
  background: none;
  border: none;
}

.contents .addParts01 .comBoxWrap .box .comBox .name:before,
.contents .addParts01 .comBoxWrap .box .comBox .name:after {
  content: none;
}

.contents .addParts01 .comBoxWrap .box .comBox .name span {
  display: table-cell;
  vertical-align: middle;
  background: none;
  text-align: center;
  color: inherit;
}

.contents .addParts01 .comBoxWrap .box .comBox .img {
  margin: 0 3rem 1rem;
  height: 120px;
}

.contents .addParts01 .comBoxWrap .box .comBox .img img {
  max-width: none;
  width: auto;
  height: 100%;
  margin: auto;
  display: block;
}

.contents .addParts01 .comBoxWrap .box .comBox .caption {
  text-align: center;
  margin: 0 0 15px;
  padding: 0 20px;
}

.contents .addParts01 .comBoxWrap .box .comBox .iconList {
  padding: 0 20px;
  margin: 0 0 40px;
}

.contents .addParts01 .comBoxWrap .box .comBox .iconList li {
  margin: 0 5px 10px 0;
  padding: 5px 5px 5px 20px;
  background: #FFF url(img/icon_hash.png) no-repeat left 5px center;
  background-size: 12px auto;
  font-size: 1.5rem;
  line-height: 1;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contents .addParts01 .comBoxWrap .box .comBox .btn-internal,
.contents .addParts01 .comBoxWrap .box .comBox .btn-web {
  width: 100%;
  padding: 0 20px;
  margin: 0 0 20px;
}

.contents .addParts01 .comBoxWrap .box .comBox .btn-internal a,
.contents .addParts01 .comBoxWrap .box .comBox .btn-web a {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 12px 30px;
  border-radius: 100px;
}

.contents .addParts01 .comBoxWrap .box .comBox .btn-internal a {
  background: #41a9a5 url(img/arrow_white_down2.png) right 15px center no-repeat;
  background-size: 11px auto;
}

.contents .addParts01.lower-bottom .comBoxWrap .box .comBox .btn-internal a {
  background: #41a9a5 url(img/arrow_rough_white.png) right 15px center no-repeat;
  background-size: 14px auto;
}

.contents .addParts01 .comBoxWrap .box .comBox .btn-web a::before {
  left: 6px;
}

.contents .addParts01 .comBoxWrap .box .table-wrapper {
  padding: 0 20px;
}

.contents .addParts01 .comBoxWrap .box table th {
  width: 34%;
  font-size: 1.3rem;
  padding: 5px;
  border-right: 2px dotted #bebebd;
}

.contents .addParts01 .comBoxWrap .box table td {
  font-size: 1.3rem;
  padding: 5px 10px;
  border-left: none;
}

.contents .addParts01 .comBoxWrap .box table span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e3512e;
}

.contents .addParts01 .comBoxWrap .box .txt1 {
  color: #444;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 1rem;
  background: #fec800;
}

.contents .addParts01 .map-img {
  margin-bottom: 6rem;
}

.contents .addParts01.comfortable .btn-internal {
  margin: 20px auto;
}

.contents .addParts01.comfortable .btn-internal a {
  background: #41a9a5 url(img/arrow_white_down2.png) right 20px center no-repeat;
  background-size: 11px auto;
}

.contents .addParts01.three-selection .btn-internal a {
  background: #41a9a5 url(img/arrow_rough_white.png) right 20px center no-repeat;
  background-size: 14px auto;
  padding: 14px 45px;
}

.contents .addParts01 .partTtl-h3 {
  margin-top: 70px;
}

.addParts01.addParts .add_txt {
  max-width: 785px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 10px 0;
}

/* addParts02 */

.contents .addParts02 .greenArea {
  background: #e8f4f6;
  margin: 10rem 0 0;
  padding: 0px 40px 50px;
}

.contents .addParts02 .ttlArea {
  /* padding-top: 60px; */
  margin: 0 0 2rem;
  text-align: center;
  position: relative;
}

.contents .addParts02 .ttlArea .catch {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3;
  background: #ffe997;
  border-radius: 20px;
  padding: 2.2rem 1rem;
  top: 0px;
  margin: -60px 0 40px;
  left: 0px;
  position: relative;
  width: 654px;
  max-width: 100%;
}

.contents .addParts02 .ttlArea .catch span {
  color: #e3512e;
  font-size: 3rem;
}

.contents .addParts02 .ttlArea .fuki {
  width: 85px;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.contents .addParts02 .ttlArea .comName {
  color: #444;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 0;
  margin: 0;
  background: none;
}

.contents .addParts02 .ttlArea .comName:before,
.contents .addParts02 .ttlArea .comName:after {
  content: none;
}

.contents .addParts02 #sliderArea {
  margin: 0 auto 60px;
  width: 740px;
}

.contents .addParts02 #sliderArea ul {
  padding: 0;
  margin: 0;
}

.contents .addParts02 #sliderArea li {
  padding: 0;
  background: none;
}

.contents .addParts02 .txtArea {
  margin: 0 0 60px;
}

.contents .addParts02 .txtArea .catch {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 15px 20px;
  line-height: 1.3;
  background: #fff;
  border: 0;
}

.contents .addParts02 .txtArea .catch:before,
.contents .addParts02 .txtArea .catch:after {
  content: none;
}

.contents .addParts02 table {
  margin: 0 auto;
}

.contents .addParts02 table span {
  color: #e3512e;
  font-size: 1.7rem;
  font-weight: bold;
}

.contents .addParts02 .table-note {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.contents .addParts02 .compareArea {
  background: #41a9a5;
  padding: 40px 30px 30px;
  position: relative;
  margin: 70px -40px 80px;
}

.contents .addParts02 .compareArea .compareArea-title {
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 2rem;
  margin: 0 0 3rem;
  background: url(img/icon_dots_white.svg) no-repeat center bottom;
  background-size: 36px auto;
  border: 0;
}

.contents .addParts02 .compareArea .listWrap {}

.contents .addParts02 .compareArea .listWrap .listBox {
  width: 100%;
  background: #fff;
  padding: 1.5rem 3rem;
  margin: 0 0 1.5rem;
}

.contents .addParts02 .compareArea .listWrap .listBox dl {
  display: flex;
  align-items: flex-start;
}

.contents .addParts02 .compareArea .listWrap .listBox dl.center {
  align-items: center;
}

.contents .addParts02 .compareArea .listWrap .listBox dl.icon dt {
  width: 135px;
  margin-right: 1rem;
}

.contents .addParts02 .compareArea .listWrap .listBox dl.icon dd {
  text-align: left;
  margin: 0;
  padding: 0;
  background: none;
}

.contents .addParts02 .compareArea .listWrap .listBox dl.icon dd p {
  margin: 0;
}

.contents .addParts02 .compareArea .listWrap .listBox dl.icon dd p.ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 5px;
}

.contents .addParts02 .compareArea .catch:before,
.contents .addParts02 .compareArea .catch:after {
  content: none;
}

.contents .addParts02 .compareArea .iconList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.contents .addParts02 .compareArea .iconList li {
  margin: 0 10px 0 0;
}

.contents .addParts02 .compareArea .iconList li:last-child {
  margin: 0;
}

.contents .addParts02 .boxPart {
  margin: 0 0 60px;
}

.contents .addParts02 .boxPart:last-child {
  margin: 0;
}

.contents .addParts02 .boxPart .boxTtl {
  font-size: 24px;
  font-size: 2.4rem;
  border: 0;
  border-top: solid 3px #41a9a5;
  background: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 20px 30px 20px 30px;
  margin: 0 0 40px;
}

.contents .addParts02 .boxPart .boxTtl:before,
.contents .addParts02 .boxPart .boxTtl:after {
  content: none;
}

.contents .addParts02 .boxPart .personR,
.contents .addParts02 .boxPart .personL {
  margin: 0 0 30px;
}

.contents .addParts02 .boxPart .personR .person {
  float: right;
  padding: 20px 0 0;
  max-width: 90px;
}

.contents .addParts02 .boxPart .personL .person {
  float: left;
  padding: 20px 0 0;
  max-width: 90px;
}

.contents .addParts02 .boxPart .fuki {
  background: #fff;
  border: solid 1px #222;
  border-radius: 20px;
  padding: 20px 30px;
  width: 610px;
  position: relative;
}

.contents .addParts02 .boxPart .personR .fuki p.catch,
.contents .addParts02 .boxPart .personL .fuki p.catch {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.contents .addParts02 .boxPart .personL .fuki {
  float: right;
}

.contents .addParts02 .boxPart .personL .fuki:before {
  content: url(img/parts02_ico_fuki_l.png);
  position: absolute;
  top: 50px;
  left: -15px;
}

.contents .addParts02 .boxPart .personR .fuki:before {
  content: url(img/parts02_ico_fuki_r.png);
  position: absolute;
  top: 50px;
  right: -15px;
}

.contents .addParts02 .boxPart .personR .fuki p,
.contents .addParts02 .boxPart .personL .fuki p {
  margin: 0;
}

.contents .addParts02 .boxPart .fuki .caption {
  text-align: right;
  margin: 25px 0 0 !important;
}

.contents .addParts02 .boxPart ul {
  padding: 0;
  margin: 0;
}

.contents .addParts02 .boxPart ul li {
  float: left;
  width: 50%;
  padding: 0 15px 6px 30px;
}

.contents .addParts02 .boxPart .table-layout table {
  border: solid 1px #c3dcdc;
}

.contents .addParts02 .boxPart .table-layout table th {
  border: solid 1px #222;
}

.contents .addParts02 .boxPart .table-layout table td {
  border: solid 1px #222;
}

.contents .addParts02 .boxPart .btn-internal a {
  padding: 12px 45px;
}



/* addParts03 */

.contents .addParts03 .listWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contents .addParts03 .listWrap .listBox {
  border: solid 1px #b5b5b5;
  padding: 20px;
  margin: 0 0 25px;
  position: relative;
  vertical-align: top;
  width: calc((100% - 20px) / 2);
  background: #fff;
}

.contents .addParts03 .listWrap .listBox.double {
  width: calc((100% - 40px) / 2);
}

.contents .addParts03 .listWrap .listBox.triple {
  width: calc((100% - 40px) / 3);
}

.contents .addParts03 .listWrap .listBox dl {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.contents .addParts03 .listWrap .listBox dl.center {
  align-items: center;
}

.contents .addParts03 .listWrap .listBox dl:after {
  content: "";
  display: block;
  clear: both;
}

.contents .addParts03 .listWrap .listBox dt {
  width: 150px;
  float: left;
  margin: 0 10px 0 0;
}

.contents .addParts03 .listWrap .listBox dl.icon dt {
  width: 60px;
}

.contents .addParts03 .listWrap .listBox dt img {
  border-radius: 10px;
}

.contents .addParts03 .listWrap .listBox dd {
  overflow: hidden;
  width: calc(100% - 160px);
  text-align: left;
}

.contents .addParts03 .listWrap .listBox .icon dt {
  width: 60px;
}

.contents .addParts03 .listWrap .listBox .icon dd {
  width: calc(100% - 80px);
}

.contents .addParts03 .listWrap .listBox dd .tag {
  background: #41a9a5;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 4px 10px;
  margin: 0 0 13px;
  line-height: 1.3;
}

.contents .addParts03 .listWrap .listBox dd .catch {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 1.444444444;
}

.contents .addParts03 .listWrap .listBox dd .catch:before,
.contents .addParts03 .listWrap .listBox dd .catch:after {
  content: none;
}

.contents .addParts03 .listWrap .listBox dd .catch a {
  display: block;
  background: url(img/arrow_black.png) no-repeat right center;
  background-size: 8px auto;
  color: #444;
  padding-right: 2rem;
}

.contents .addParts03 .listWrap .listBox p {
  text-align: left;
  margin: 0;
}

.contents .addParts03.list ul li {
  line-height: 1.571428571;
  background: url(img/icon_drop4.png) 2px 6px no-repeat;
  word-break: break-all;
}

.contents .addParts03.list ul li a {
  text-decoration: none;
}

.three-selection table span:not([class]) {
  font-weight: bold;
  color: #e3512e;
}

.lower_page table span:not([class]) {
  font-weight: bold;
  color: #e3512e;
}

.lower-bottom .partTtl {
  font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 2rem 4rem;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
}

.lower-bottom .partTtl:before {
  content: "";
  position: absolute;
    width: 100%;
    height: 90px;
    left: 0;
    top: 0;
    background: url(img/bg_border-dashed.svg) no-repeat;
    background-size: 100% auto;
}
.lower-bottom .partTtl:after {
  content: none;
}
.contents .addParts.pr .partTtl a {
  color: #fff;
}


/*  PC END  */
@media screen and (min-width: 600px) {

  .sp,
  .sp_br,
  .btn-tel {
    display: none !important;
  }
}



@media screen and (max-width: 599px) {

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

  body {
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 100%;
  }

  .bgWhite {
    background: transparent;
  }

  a:hover {
    opacity: 1;
  }




  /*--------------------------------------
　Header
---------------------------------------*/
  header {}

  header .headTopArea {
    padding: 2px 5rem;
    margin: 0 auto;
    width: 100%;
    color: #fff;
  }

  header .headTopArea .rightTxt {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }

  header .headNoteArea {
    padding: 15px 0 20px;
    background: #fff;
  }

  header .headNoteArea .logo {
    width: 150px;
    margin: 1rem auto 0;
  }

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

  #visArea:before {
    content: none;
  }

  #visArea .mainArea {
    background: url(img/mv_pic_sp.jpg) no-repeat center top;
    background-size: 100%;
    height: auto;
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    padding: 40% 4% 0;
  }

  #visArea .mainArea:after {
    right: 0;
    top: -36px;
    width: 100px;
    height: 100px;
    background: url(img/bg_orange.png);
    background-size: 100% auto;
  }

  #visArea .mainArea .mainTxtBox {
    position: static;
  }

  #visArea .mainArea .catchArea {
    width: auto;
    padding: 1rem 0;
    margin: 2rem 0 1.5rem;
  }

  #visArea .mainArea .catchArea .catch {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    margin: auto;
  }

  #visArea .mainArea .txtArea {
    width: 100%;
    background: transparent;
    padding: 0;
  }

  #visArea .mainArea .txtArea p {
    margin: 10px 0 20px;
  }

  #visArea .mainArea .btn-internal {
    width: 90%;
    margin: 0 auto;
  }

  #visArea .mainArea .btn-internal a {
    font-size: 1.5rem;
  }


  /*--------------------------------------
　Global Nav_SP
---------------------------------------*/

  #layer {
    position: fixed !important;
  }


  #sp_nav {
    position: fixed;
    top: 0;
    right: -80%;
    box-sizing: border-box;
    background-color: #f6f2eb;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
  }

  /* 以下装飾など */
  #sp_nav ul {
    margin: 0;
    padding: 0;
  }

  #sp_nav li+li {}

  #sp_nav li {
    border-bottom: solid 1px #222;
    list-style: none;
    background: #f6f2eb url(img/arrow_black.png) right 10px center no-repeat;
    background-size: 6px auto;
  }

  #sp_nav li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 16px;
    color: #222;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #sp_nav li a:hover {
    opacity: 1;
  }

  #menuBtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 41px;
    height: 41px;
    outline: none;
    border: none;
    background: #6f5a4b;
    background: url(img/sp_ico_menu.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 999;
    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% + 0px);
    width: 41px;
    height: 41px;
    background: url(img/sp_ico_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.8);
    position: absolute;
    top: 0;
    z-index: 900;
    overflow: hidden;
  }




  #sp_nav .collapsible {
    background: url(img/arrow_next.png) right 6px center no-repeat;
    background-size: 14px auto;
    background-color: #f6f2eb;
  }

  #sp_nav .collapsible a {
    background: none;
  }

  #sp_nav li .waSlideMenu-back {
    background: url(img/arrow_left.png) 16px center no-repeat;
    background-size: 6px auto;
    padding-left: 18px !important;
    background-color: #f5bf1e;
  }



  #side {
    display: none;
  }



  /*--------------------------------------
pankuzu
---------------------------------------*/
  #pankuzuWrap {
    overflow: auto;
    white-space: nowrap;
  }

  #pankuzu {
    width: 100%;
    padding: 6px 10px 8px;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 auto;
  }


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

  .contents {
    margin: 30px auto 0 !important;
    padding: 0 4%;
    width: 100%;
  }

  .index,
  .category,
  .page {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
  }





  /*--------------------------------------
　Footer
---------------------------------------*/
  #page-top {
    position: fixed;
    width: 60px;
    bottom: 20px;
    right: 0;
    z-index: 10;
  }

  footer a:hover {
    text-decoration: none;
    opacity: 1;
  }

  footer {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0 0;
    margin: 40px 0 0;
    position: relative;
  }

  footer .areaInner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  footer .areaInner .logo {
    width: 200px;
    margin: 0rem auto 2rem;
  }

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

  footer .areaInner .logo:after {
    content: "";
    position: absolute;
    right: -26%;
    top: -11px;
    background-size: 100% auto;
    width: 46px;
    height: 50px;
  }

  footer .areaInner .footBox {
    border-bottom: 1px solid #fff;
  }

  footer .areaInner .footBox {
    margin: 0;
  }

  footer .areaInner .footBox:first-of-type {
    border-top: 1px solid #fff;
  }

  footer .areaInner .footBox .sttl a {
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    background: url(img/arrow_white_down.png) right 12px center no-repeat;
    background-size: 12px auto;
    padding: 12px 40px 12px 4%;
    font-weight: bold;
  }

  footer .areaInner .footBox .sttl.open a {
    background: url(img/arrow_white_up.png) right 12px center no-repeat;
    background-size: 12px auto;
    border-bottom: 1px solid #222;
  }

  footer .areaInner .footBox .sttl {
    padding: 0;
    margin: 0;
  }

  footer .areaInner .footBox .accChild {
    display: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
  }

  footer .areaInner .footBox .accChild li {
    float: none;
    padding: 0;
    background: none;
    margin: 0;
    display: block;
  }

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

  footer .areaInner .footBox .accChild li a {
    display: block;
    box-sizing: border-box;
    background: url("img/arrow_black.png") right 13px center no-repeat;
    background-size: 7px auto;
    color: #222;
    border-bottom: 1px solid #222;
    padding: 14px 40px 14px 6%;
    font-size: 12px;
    font-size: 1.2rem;
  }

  footer .areaInner .footBox .accChild li:last-child a {
    border-bottom: none;
  }

  footer .areaInner .footBox .accChild .subCat li a {
    background: url("img/arrow_black.png") right 13px center no-repeat;
    background-size: 7px auto;
  }

  footer .areaInner .footBox .accChild li.subCat a {
    padding: 14px 40px 14px 8%;
    border-bottom: 1px solid #222;
  }

  footer .areaInner .footBox .accChild li.subCat:last-child a {
    border: none;
  }

  footer .areaInner .footBox .accChild .subList {
    padding: 0;
    margin: 0;
    float: none;
    display: block;
  }

  footer .areaInner .footBox .accChild .subList li {
    margin: 0;
  }

  footer .areaInner .footBox .accChild .subList li a {
    padding: 10px 40px 10px 10%;
  }

  footer .areaInner .footBox .accChild .subList li:last-child a {
    /*border: none;*/
  }

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

  footer .areaInner .footBox .accChild li:last-child:after {
    content: none;
  }

  footer .areaInner .footBox .accChild .subList li::after {
    content: none;
  }

  footer .areaInner .footBox .accChild .subList li:first-child::before {
    content: none;
  }

  footer .areaInner .noticeArea {
    width: 90%;
    margin: 30px auto 0;
    padding: 20px;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8em;
  }

  footer .areaInner .noticeArea p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  footer .areaInner .botPrg {
    width: 90%;
    margin: 0 auto 20px;
  }

  footer .botPrg {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    padding: 0 4% 20px;
    line-height: 1.4;
  }

  footer .botArea {
    background: #fff;
    padding: 10px 4% 10px;
  }

  footer .botInner .smap {
    text-align: right;
    margin: 0 0 10px;
  }

  footer p.copy {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
    text-align: center;
    color: #222;
  }

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

  footer .botArea .botInner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

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

  .index a,
  .category a,
  .page a {}

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


  .main .enTtl {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: bold;
    display: table;
    margin: 40px auto 25px;
    position: relative;
    line-height: 1.6;
    text-align: center;
  }

  .main.index h2,
  .main.category h1,
  .main.page h1 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 1em 0;
    text-align: center;
  }

  .main.index h2::after,
  .main.category h1::after,
  .main.page h1::after {
    content: "";
    position: absolute;
    background: url(img/icon_drop4.png) no-repeat center bottom, url(img/bg.png);
    left: -2px;
    top: 6rem;
  }

  .main.category h1,
  .main.page h1 {
    padding: 3rem 2rem 0;
  }

  .main.category .enTtl,
  .main.page .enTtl {
    margin: -77px auto 70px;
  }

  .main.index h3,
  .main.category h2,
  .main.page h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 2em 0;
    line-height: 1.4;
    padding: 20px 20px 20px 40px;
    background: #41a9a5 url(img/icon_drop2.png) no-repeat left 14px center;
    background-size: 16px auto;
    position: relative;
  }

  .main.index h4,
  .main.category h3,
  .main.page h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 2em 0;
    padding: 1.5rem 1rem;
    line-height: 1.5;
    position: relative;
  }



  .main.index h5,
  .main.category h6,
  .main.category h4,
  .main.category h5,
  .main.category h6,
  .main.page h4,
  .main.page h5,
  .main.page h6 {
    background: url(img/icon_drop3.png) left 15px no-repeat;
    background-size: 16px auto;
    margin: 2em 0;
    padding: 10px 20px 13px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .sitemap h2 a {
    color: #222;
  }



  .contents ul {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
  }

  .contents ul li {
    padding: 0 0 6px 30px;
    background: url(img/icon_drop4.png) 2px 8px no-repeat;
  }

  .contents ul li a,
  .contents ol li a {
    text-decoration: underline;
  }

  .contents ul li a:hover,
  .contents ol li a:hover {
    opacity: 1;
    text-decoration: none;
  }

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


  /*--------------------------------------
　float img
---------------------------------------*/
  .main .float-wrap {
    margin: 35px 0;
    padding: 0;
  }

  .main .float-wrap img {
    width: 100%;
  }

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


  .main .float-wrap .flame:after {
    content: none;
  }

  .main .float-wrap .fl {
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
    float: none;
  }

  .main .float-wrap .fr {
    padding: 0 0 20px;
    width: 100%;
    text-align: center;
    float: none;
  }

  .main .float-wrap .ct {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
  }

  /*.float-wrap.ct .catch {
text-align: center;
}*/
  .main .float-wrap.ct .flame:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 60px;
    height: 18px;
  }

  .main .float-wrap.ct .flame:after {
    content: none;
  }


  .main .float-wrap .catch {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 10px;
  }

  .main .float-wrap .fl+.catch,
  .main .float-wrap .fr+.catch {
    margin: auto;
  }

  .main .float-wrap .fl.t_small {
    width: 40%;
    padding: 0 20px 0 0;
    text-align: center;
    float: left;
  }



  .main .float-wrap .fr.t_small {
    width: 40%;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: center;
    float: right;
  }



  .main .float-wrap .fl.t_small+.catch {
    margin-left: 40%;
  }

  .main .float-wrap .fr.t_small+.catch {
    margin-right: 40%;
  }






  /*  btns*/
  .main .btn-internal,
  .main .btn-web,
  .main .btn-tel,
  .main .btn-link,
  .main .btn-insta{
    text-align: center;
    margin: 20px auto;
    padding: 0;
    width: 90%;
  }

  .main .btn-internal a {
    padding: 18px 36px;
    background: #41a9a5 url(img/arrow_rough_white.png) right 15px center no-repeat;
    background-size: 14px auto;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 100px;
    display: block;
  }

  .main .ac-btn-open,
  .main .ac-btn-close {
    padding: 18px 36px;
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 100px;
    width: 90%;
  }

  .main .btn-web a {
    padding: 1.8rem 3.6rem;
    background: #eb4824 url(img/arrow_rough_white.png) right 15px center no-repeat;
    background-size: 14px auto;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 100px;
    display: block;
  }

  .main .btn-insta a {
    padding: 1.8rem 3.6rem;
    background: #CF2E92 url(img/arrow_rough_white.png) right 15px center no-repeat;
    background-size: 14px auto;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 100px;
    display: block;
  }


  .main .btn-link {
    text-align: center;
  }

  .main .btn-link a {
    padding: 18px 36px 18px;
    background: #fff url(img/arrow_rough_black.png) right 15px center no-repeat;
    background-size: 14px auto;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 100px;
    display: block;
    border: 3px solid #222;
    box-shadow: 5px 5px 0 rgba(251, 167, 34, 0.3);
  }

  .main .btn-link a:hover {
    opacity: 1;
  }

  .main .btn-tel a {
    background: #444444 url("img/ico_tel.png") left 10px top 50% no-repeat;
    background-size: 36px;
    color: #fff;
    line-height: 1.3;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 18px 40px 18px 50px;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 100px;
  }


  /* ================== */
  /*  テーブル　　　　　*/
  /* ================== */
  .contents table {
    width: 100%;
    table-layout: fixed;
    margin: 30px auto 30px;
    border: solid 1px #bfbfbf;
  }

  .contents table th {
    width: 100%;
    padding: 1.0em 5%;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    font-weight: bold;
    border: none;
    border-bottom: solid 1px #bfbfbf;
    text-align: left;
  }

  .contents table td {
    width: 100%;
    display: block;
    line-height: 2.4rem;
    padding: 1.0em 5%;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    word-wrap: break-word;
    border: none;
    border-bottom: solid 1px #bfbfbf;
  }

  .contents table tr:last-child td {
    border-bottom: none;
  }


  /*--------------------------------------
　box-wrap
---------------------------------------*/
  .contents .box-wrap {
    margin: 50px 0;
    padding: 0;
    box-sizing: border-box;
  }

  .contents .box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 50px;
  }

  .contents .left_box {
    border: solid 3px #222;
    padding: 20px;
    margin: 0 0 20px;
  }

  .contents .left_box a.pc_link_cover {
    display: block;
    padding: 0;
    pointer-events: none;
  }

  .contents .left_box a.pc_link_cover:before {
    display: none;
  }

  .contents .left_box .flame {
    margin: 0 0 20px;
  }

  .contents .left_box .box-head {
    margin: 0 0 15px;
  }

  .contents .left_box .box-head .sttl {
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
    font-weight: bold;
  }

  .contents .left_box .box-body p {
    margin: 0;
  }

  .contents .right_box {
    background: #fff;
    border: solid 3px #222;
    padding: 50px 20px 20px;
    margin: 50px 0 50px;
  }

  .contents .right_box:last-child {
    margin: 50px 0 20px;
  }

  .contents .right_box .fukiWrap {
    padding: 0 10px;
    margin: -80px auto 0;
    display: table;
    background: #fff;
  }

  .contents .right_box .fukiCatch {
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 15px 15px;
    border-radius: 30px;
    text-align: center;
    background: #96bec8;
    position: relative;
    line-height: 1.3;
    margin: 0;
  }

  .contents .right_box .fukiCatch:before {
    content: "";
    background: url(img/frame-wrap_baloon.png) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 22px;
    display: inline-block;
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .contents .right_box .box-head {
    background: none;
    margin: 0;
  }

  .contents .right_box .box-head .sttl {
    background: url(img/tit_line_dot.png) no-repeat bottom;
    margin: 20px 0 20px;
    padding: 15px 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
  }

  .contents .right_box a .box-head .sttl {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    background: url(img/arrow_black.png) no-repeat right center,
      url(img/tit_line_dot.png) no-repeat bottom;
    background-size: 6px auto, auto;
    display: block;
    padding: 15px 20px;
  }

  .contents .right_box .box-body p {
    margin: 0;
  }

  .contents .right_box .listBg {
    background: #f6f2eb;
  }

  .contents .right_box .listBg ul {
    margin: 20px 0 0;
    padding: 15px 15px 10px;
  }


  /* frame-wrap */

  .contents .frame-wrap {
    margin: 30px 0 20px;
    padding: 0;
    counter-reset: div;
  }

  .contents .frame-wrap .frameBoxWrap {}

  .contents .frame {
    width: 100%;
    margin: 0 0 20px;
  }

  .contents .frameLeft {
    background: #333;
    border: solid 3px #333;
  }

  .contents .frameLeft .inner {
    padding: 20px;
    position: relative;
  }

  .contents .frameLeft .inner:before {
    content: counter(div, decimal-leading-zero);
    counter-increment: div;
    background: url(img/frame-wrap_num.png) no-repeat;
    background-size: 100%;
    width: 97px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: -33px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    padding: 13px 0 0;
  }

  .contents .frameLeft .frame-head {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-bottom: dashed 1px #fff;
    padding: 0 0 15px;
    margin: 0 0 20px;
    line-height: 1.5;
  }

  .contents .frameLeft .frame-head a {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
  }

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



  .contents .frameCenter {
    background: #f6f2eb;
    padding: 25px 20px 20px;
    position: relative;
  }

  .contents .frameCenter .frame-head {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    border-bottom: dashed 1px #222;
    padding: 0 0 15px;
    margin: 5px 0 15px;
    line-height: 1.5;
    display: block;
  }

  .contents .frameCenter .frame-head a {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px auto;
    display: block;
    text-align: left;
  }

  .contents .frameCenter .frame-body .tag {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    background: #f5879b;
    display: inline-block;
    padding: 2px 8px 1px;
    margin: 0 0 10px;
    line-height: 1.3;
    color: #fff;
  }

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

  .contents .frameCenter .frame-body .listBg {
    background: #fff;
  }

  .contents .frameCenter .frame-body .listBg ul {
    padding: 20px 20px 15px;
    margin: 20px 0 10px;
  }

  .contents .frameRight {
    border: solid 2px #222;
    padding: 20px;
    position: relative;
    background: #fff;
  }

  .contents .frameRight:before {
    content: "";
    background: url(img/frame-wrap_corner.png) no-repeat;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 124px;
    height: 35px;
    display: inline-block;
  }

  .contents .frameRight .deco {
    width: 60px;
    margin: 0 auto 20px;
  }

  .contents .frameRight .deco img {
    width: 100%;
  }

  .contents .frameRight .frame-head {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.5;
    position: relative;
    padding: 5px 20px;
  }

  .contents .frameRight .frame-head:before {
    content: "";
    background: url(img/frame-wrap_tit_l.png) no-repeat;
    background-size: 62%;
    width: 12px;
    height: 74px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .contents .frameRight .frame-head:after {
    content: "";
    background: url(img/frame-wrap_tit_r.png) no-repeat;
    background-size: 62%;
    width: 12px;
    height: 74px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .contents .frameRight .frame-head a {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    display: block;
  }

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




  /* addParts common */
  .contents .addParts {
    margin: 0 0 50px;
  }

  .contents .addParts .enTtl {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left center;
    background: url(img/icon_dots_orange.svg) no-repeat right 10px center, url(img/bg2.png);
    background-size: 36px auto, auto;
    left: 2px;
    top: 140px;
    display: block;
    margin: 0;
    padding: 0 56px 0 0;
    z-index: 1;
  }

  .contents .addParts .lead {
    margin: 2rem;
  }
  .contents .addParts01.addParts .lead{
    padding: 2rem;
    margin: 0 0 1rem;
  }

  .contents .addParts .partTtl {
    padding: 3rem 2rem 1rem 2rem;
  }

  .contents .addParts .partTtl a::after {
    content: "";
    background: url(img/arrow_black.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 16px;
  }

  .contents .addParts .iconList {
    margin: 0;
    padding: 0;
  }

  .contents .addParts .iconList li {
    border-radius: 3px;
    color: #222;
    text-align: center;
    width: calc(100% / 2 - 3px);
    float: left;
    line-height: 1.4;
    padding: 10px 10px 8px;
    font-weight: bold;
    font-size: 10px;
    font-size: 1.0rem;
    display: table;
  }

  .contents .addParts .iconList li span {
    display: table-cell;
    vertical-align: middle;
  }

  .contents .addParts .iconList .off {
    background: #ddd;
  }


  /* addParts01 */
  .contents .addParts01 .comBoxWrap {
    flex-wrap: wrap;
  }

  .contents .addParts01 .comBoxWrap .box {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .contents .addParts01 .comBoxWrap .box:last-child {
    margin: 0;
  }

  .contents .addParts01 .comBoxWrap .box.sp_first {
    order: -1;
  }

  .contents .addParts01 .comBoxWrap .box .catch {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 1rem;
  }

  .contents .addParts01 .comBoxWrap .box .catch span.green {
    font-size: 2rem;
  }

  .contents .addParts01 .comBoxWrap .box .comBox {
    padding: 0 0 20px;
  }

  .contents .addParts01 .comBoxWrap .box .comBox .name {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    padding: 20px 15px;
    display: table;
  }

  .contents .addParts01 .comBoxWrap .box .comBox .name span {
    display: table-cell;
    vertical-align: middle;
  }

  .contents .addParts01 .comBoxWrap .box .comBox .img {
    margin: 0 0 10px;
    height: 180px;
  }

.contents .addParts01 .comBoxWrap .box .comBox .img img {
    max-width: 100%;
}
	
  .contents .addParts01 .comBoxWrap .box .comBox .caption {
    text-align: center;
    line-height: 1.7;
    margin: 0 0 15px;
  }

  .contents .addParts01 .comBoxWrap .box .comBox .iconList {
    padding: 0 20px;
    margin: 0 0 35px;
  }

  .contents .addParts01 .comBoxWrap .box .comBox .iconList li {
    margin: 0 5px 5px 0;
    line-height: 1.3;
    font-size: 1.3rem;
  }

  .contents .addParts01 .comBoxWrap .box .comBox .iconList li:nth-child(2n) {
    margin: 0 0 5px 0;
  }

  .contents .addParts01 .comBoxWrap .box .comBox .btn-internal,
  .contents .addParts01 .comBoxWrap .box .comBox .btn-web {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 10px;
  }

  .contents .addParts01 .comBoxWrap .box .comBox .btn-internal a,
  .contents .addParts01 .comBoxWrap .box .comBox .btn-web a {
    padding: 10px 40px;
  }

  .addParts01.addParts .add_txt {
    text-align: left;
  }

  /* addParts02 */

  .contents .addParts02 .greenArea {
    padding: 0 20px 20px;
  }

  .contents .addParts02 .ttlArea {
    margin: 0 0 20px;
    text-align: center;
    position: relative;
  }

  .contents .addParts02 .ttlArea .catch {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .contents .addParts02 .ttlArea .catch span{
    font-size: 2rem;
  }

  .contents .addParts02 .ttlArea .comNameWrap {}

  .contents .addParts02 .ttlArea .fuki {
    position: static;
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0 0;
  }

  .contents .addParts02 .ttlArea .comName {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background: none;
  }

  .contents .addParts02 .ttlArea .comName:before,
  .contents .addParts02 .ttlArea .comName:after {
    content: none;
  }

  .contents .addParts02 #sliderArea {
    margin: 0 0 40px;
    width: auto;
  }

  .contents .addParts02 #sliderArea ul {
    padding: 0;
  }

  .contents .addParts02 #sliderArea li {
    padding: 0;
    background: none;
  }

  .contents .addParts02 .txtArea {
    margin: 0 0 20px;
  }

  .contents .addParts02 .txtArea .catch {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 10px;
  }

  .contents .addParts02 .compareArea {
    padding: 25px 15px 10px;
    position: relative;
    margin: 40px -20px 80px;
  }

  .contents .addParts02 .compareArea .listWrap .listBox,
  .contents .addParts02 .compareArea .listWrap .listBox.double,
  .contents .addParts02 .compareArea .listWrap .listBox.triple {
    width: auto;
  }

  .contents .addParts02 .compareArea .compareArea-title {
    font-size: 2rem;
  }

  .contents .addParts02 .compareArea .catch {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    padding: 0 1rem;
  }

  .contents .addParts02 .compareArea .iconList {
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
  }

  .contents .addParts02 .compareArea .iconList li {
    margin: 0 6px 6px 0;
    width: calc(100% / 2 - 4px);
  }

  .contents .addParts02 .compareArea .iconList li:nth-child(2n) {
    margin: 0 0 6px 0;
  }

  .contents .addParts02 .compareArea .iconList li:last-child {
    margin: 0 0 6px 0;
  }

  .contents .addParts02 .boxPart {
    margin: 0 0 40px;
  }

  .contents .addParts02 .boxPart:last-child {
    margin: 0;
  }

  .contents .addParts02 .boxPart .boxTtl {
    font-size: 16px;
    font-size: 1.6rem;
    border: 0;
    border-top: solid 3px #41a9a5;
    background: #fff;
    text-align: center;
    line-height: 1.4;
    padding: 15px 20px;
    margin: 0 0 20px;
  }

  .contents .addParts02 .boxPart .boxTtl:before,
  .contents .addParts02 .boxPart .boxTtl:after {
    content: none;
  }

  .contents .addParts02 .boxPart .personBox:first-of-type {
    margin: 50px 0 45px;
  }

  .contents .addParts02 .boxPart .personR,
  .contents .addParts02 .boxPart .personL {
    margin: 0 0 45px;
    position: relative;
  }

  .contents .addParts02 .boxPart .person,
  .contents .addParts02 .boxPart .personR .person {
    width: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    float: none;
    padding: 0;
  }

  .contents .addParts02 .boxPart .fuki {
    background: #fff;
    border: solid 1px #222;
    border-radius: 20px;
    padding: 40px 20px 20px;
    width: 100%;
    position: relative;
  }

  .contents .addParts02 .boxPart .personR .fuki p.catch,
  .contents .addParts02 .boxPart .personL .fuki p.catch {
    font-size: 1.4rem;
  }

  .contents .addParts02 .boxPart .personR .fuki::before,
  .contents .addParts02 .boxPart .personL .fuki::before {
    content: none;
  }

  .contents .addParts02 .boxPart .personR .fuki p,
  .contents .addParts02 .boxPart .personL .fuki p {
    margin: 0;
  }

  .contents .addParts02 .boxPart .fuki .caption {
    text-align: right;
    margin: 10px 0 0 !important;
  }

  .contents .addParts02 .boxPart ul {
    padding: 0;
    margin: 0;
  }

  .contents .addParts02 .boxPart ul li {
    padding: 0 15px 6px 30px;
    float: none;
    width: 100%;
  }

  .contents .addParts02 .boxPart .table-layout table {
    border: solid 1px #c3dcdc;
  }

  .contents .addParts02 .boxPart .table-layout table th {
    border-bottom: solid 1px #c3dcdc;
  }

  .contents .addParts02 .boxPart .table-layout table td {
    border-bottom: solid 1px #c3dcdc;
  }

  .contents .addParts02 .boxPart .btn-internal a {
    padding: 12px 30px;
  }



  /* addParts03 */

  .contents .addParts03 .listWrap {
    text-align: center;
  }

  .contents .addParts03 .listWrap .listBox {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
    vertical-align: top;
  }

  .contents .addParts03 .listWrap .listBox,
  .contents .addParts03 .listWrap .listBox.double,
  .contents .addParts03 .listWrap .listBox.triple {
    width: auto;
  }

  .contents .addParts03 .listWrap .listBox>a {
    display: contents;
    pointer-events: none;
  }

  .contents .addParts03 .listWrap .listBox a::after {
    display: none;
  }

  .contents .addParts03 .listWrap .listBox dl {
    margin: 0 0 15px;
  }

  .contents .addParts03 .listWrap .listBox dl:after {
    content: "";
    display: block;
    clear: both;
  }

  .contents .addParts03 .listWrap .listBox dt {
    width: 40%;
    float: left;
    margin: 0 5% 0 0;
  }

  .contents .addParts03 .listWrap .listBox dt img {
    border-radius: 10px;
  }

  .contents .addParts03 .listWrap .listBox dd {
    overflow: hidden;
    width: auto;
    text-align: left;
    width: 55%;
  }

  .contents .addParts03 .listWrap .listBox dd .tag {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    padding: 2px 8px;
    margin: 0 0 5px;
    line-height: 1.3;
  }

  .contents .addParts03 .listWrap .listBox dd .catch {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
  }

  .contents .addParts03 .listWrap .listBox dd .catch a {
    padding: 0 20px 0 0;
  }

  .contents .addParts03 .listWrap .listBox p {
    text-align: left;
  }

  .contents .addParts03 .listWrap .listBox .btn-internal {
    width: 100%;
  }

  .contents .addParts01 .comBoxWrap .box table th {
    display: block;
    width: 100%;
    border-right: none;
    padding: 5px 10px;
    text-align: center;
    /* font-size: 1.6rem; */
  }

  .contents .addParts01 .comBoxWrap .box table td {
    text-align: center;
    /* font-size: 1.6rem; */
  }

  .contents .addParts .enTtl.no-catch {
    top: 65px;
  }

  .contents .addParts02 .compareArea .listWrap .listBox {
    padding: 1.5rem;
  }

  .contents .addParts02 .compareArea .listWrap .listBox dl.icon dt {
    width: 30px;
    margin-right: 10px;
  }

  .contents .addParts02 .compareArea .listWrap .listBox dl.icon dd {
    width: calc(100% - 40px);
  }

  .contents .addParts.pr .partTtl {
    padding: 1.5rem 2rem;
  }

  .contents .addParts.pr .partTtl:before {
    top: 10px;
    left: 5px;
  }

  .contents .addParts.pr .partTtl a::after {
    right: 10px;
  }

  footer .areaInner .footBox .accChild li {
    width: 100%;
  }

  .contents .addParts .partTtl-wrapper .partTtl {
    font-size: 1.9rem;
    background-position: left 0% bottom 19%;
  }

  .contents .addParts02.addParts .partTtl-wrapper .partTtl {
    font-size: 1.9rem;
    background-position: left 0% bottom 30%;
  }

  .contents .addParts .partTtl-wrapper .partTtl::before {
    left: 1px;
    bottom: 55px;
  }

  #contents.contents .addParts.pr .partTtl {
    padding: 1.5rem 2rem;
  }

  #contents.contents .addParts.pr .partTtl:before {
    top: 10px;
  }

  #contents.contents #main .three-selection .addParts02 .partTtl-wrapper .partTtl::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 104%;
    background: url(img/bg_border-dashed.svg) no-repeat center top;
    background-size: 100%, auto;
    left: 1px;
    top: 0;
  }
  #contents.contents .addParts03.addParts.pr .partTtl:before{border-radius: 20px 0 0 0;}

}