@charset "utf-8";

/***** addParts02 *****/
#category .addParts02 h2.sttl {
    padding: unset;
    border: none;
    background: #cdf3f2;
    padding-top: 3rem;
}
#category .addParts02 .sub-title:after {
    display: none;
}
#category .addParts02 h2.sttl:before, #category .addParts02 h2.sttl:after {
    display: none;
}

#category .addParts02 {
	width: 100%;
	background-color: #cdf3f2;
	padding: 2rem;
	position: relative;
}

#category .addParts02 p {
	margin: 0;
}
#category .addParts02 .sub-title {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.153846154;
	text-align: center;
	margin: 7rem 0 3.5rem;
	background: url(img/bg_heading_dashed.png) no-repeat center;
	background-size: 100% auto;
	width: 100%;
}
#category .addParts02 .sub-title span{
	display: inline-block;
	padding: 0 2rem;
	background: #fff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.contents #category .addParts02 .box-wrap .box {
	width: 100%;
}
/*block*/
#category .addParts02 .block {
	background-color: #fff;
	padding: 5rem 3.5rem;
	margin: 0 0 60px;
	position: relative;
	box-shadow: 10px 10px 0 #b1d3d2;
}
#category .addParts02 .block:last-child {
	margin: 0;
}
#category .addParts02 .blockTitArea {
	background: #00b6c3;
	text-align: center;
	padding: 25px 150px 20px;
	margin: 0 0 40px;
}
#category .addParts02 .blockTitSub {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0 10px;
	color: #fff;
	font-weight: bold;
}
#category .addParts02 .blockTit {
	display: inline-block;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.15;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin: 0;
	padding: 0;
	border: none;
}

/*slideTxtArea*/
#category .addParts02 .slideTxtArea {
	width: calc(100% - 40px);
	border-left: 1px solid #333;
	padding: 35px 0 15px 35px;
	margin: -25px auto 0;
	position: relative;
	z-index: 2;
}
#category .addParts02 .slideTxtArea::before {
	content: "";
	width: 30px;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	bottom: 0;
}
#category .addParts02 .slideTxtInner .caption {text-align: left;margin-bottom: 10px;}
#category .addParts02 .slideTit {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 8px;
}
#category .addParts02 .slideTxt {
	line-height: 1.6;
}
/*テキスト動き*/
#category .addParts02 .slideTxtArea {
	opacity: 0;
	transition: all 1.0s 0s ease;
	transition-delay: 300ms;
}
#category .addParts02 .slick-slide.slick-current .slideTxtArea,
#category .addParts02 .slick-slide.is-active-next .slideTxtArea {
	opacity: 1;
}
#category .addParts02 .slideTxtInner {
	opacity: 0;
	margin-left: -15px;
	transition: all 0.5s 0s ease;
	transition-delay: 600ms;
}
#category .addParts02 .slick-slide.slick-current .slideTxtInner,
#category .addParts02 .slick-slide.is-active-next .slideTxtInner {
	opacity: 1;
	margin-left: 0;
}


#category .addParts02 .priceIcoArea {
	width: calc(100% - 80px);
	height: 100%;
	overflow: hidden;
	padding: 50px 0;
	margin: 0 auto 50px;
	position: relative;
}
#category .addParts02 .priceIcoArea::before {
	content: "";
	background:linear-gradient(to right, rgba(187,187,187,1), rgba(187,187,187,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
	background-size:6px 1px;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
#category .addParts02 .priceIcoArea::after {
	content: "";
	background:linear-gradient(to right, rgba(187,187,187,1), rgba(187,187,187,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
	background-size:6px 1px;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	visibility: visible;
}
#category .addParts02 .priceIcoArea .priceArea {
	width: 340px;
	background-color: #f5f5dc;
	padding: 20px 20px 12px;
	float: left;
}
.contents #category .addParts02 .priceIcoArea .priceArea .priceTit {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	max-width:inherit;
	padding: 15px 10px 0;
	letter-spacing: normal;
}
#category .addParts02 .priceIcoArea .priceArea .price {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-align: center;
	color: #8c8200;
	background-color: #fff;
	padding: 3px 10px 15px;
	margin: 0 0 15px;
}
#category .addParts02 .priceIcoArea .priceArea .price span {
	font-size: 1.8rem;
	color: #333;
	padding: 0 0 0 5px;
	font-weight: inherit;
	border-bottom: none;
}
.contents #category .addParts02 .priceIcoArea .priceArea ul {
}
.contents #category .addParts02 .priceIcoArea .priceArea ul li {
	line-height: 1.5;
	padding: 0 0 12px 18px;
	position: relative;
}
.contents #category .addParts02 .priceIcoArea .priceArea ul li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.contents #category .addParts02 .box.type-a {
    margin-bottom: 40px;
}

.contents #category .addParts02 .box.type-a:nth-child(3), #category .addParts02 .box.type-a:nth-child(4) {
    margin-bottom: 0;
}

.contents #category .addParts02 .box-wrap .type-b {
    margin-bottom: 35px;
}

#category .addParts02 .priceIcoArea .icoArea {
	width: 640px;
	float: right;
}
#category .addParts02 .priceIcoArea .icoArea li {
	width: 192px;
	margin: 0 0 0 32px;
	float: left;
}
#category .addParts02 .priceIcoArea .icoArea li:first-child {
	margin: 0	0	0	0;
}
#category .addParts02 .priceIcoArea .icoArea li:nth-child(3n+1) {
	margin: 0	0	0	0;
}
#category .addParts02 .priceIcoArea .icoArea li:nth-child(n+4) {
	margin-top: 40px;
}
#category .addParts02 .priceIcoArea .icoArea li .icoSet {
	text-align: center;
	margin: 0 0 25px;
}
#category .addParts02 .priceIcoArea .icoArea li .icoSet .ico {
	width: 80px;
	margin: 0 auto;
}
.contents #category .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding: 20px 0 10px;
	position: relative;
	letter-spacing: normal;
}
.contents #category .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #e6dc14;
	position: absolute;
	left: 0;
	bottom: 0;
	top: inherit;
	right: inherit;
	z-index: auto;
}
#category .addParts02 .doctorArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#category .addParts02 .doctorArea .doctorArea__txt-box {
	width: 570px;
}

#category .addParts02 .doctorArea .doctorArea__img-box {
	width: 400px;
}

#category .addParts02 .doctorArea .doctorArea__name {
	font-size: 2.4rem;
	color: #295282;
	font-weight: bold;
}
#category .addParts02 .doctorArea .doctorArea__history{
	font-size: 1.6rem;
	margin: 2.5rem 0 0;
}
#category .addParts02 .doctorArea .doctorArea__list {
	margin: 1rem auto;
	padding: 0;
}
#category .addParts02 .doctorArea .doctorArea__list li{
	position: relative;
	padding-left: 2rem;
}
#category .addParts02 .doctorArea .doctorArea__list li::before {
	content: '';
	display: block;
	background-color: #e6dc14;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 0;
}

#category .addParts02 .infoArea {
	width: 100%;
	padding: 0;
	margin: 0;
}
.contents #category .addParts02 .infoArea .infoTit {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 45px;
}
#category .addParts02 .infoArea .infoBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#category .addParts02 .infoArea.infoArea01 .infoBox {
	margin-bottom: 3rem;
}
#category .addParts02 .infoArea.infoArea01 .imgArea {
	width: 40%;
	margin-right: 1rem;
}
#category .addParts02 .infoArea.infoArea01 .txtArea {
	width: 55%;
}
#category .addParts02 .infoArea.infoArea01 .txtArea .catch {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.545454545;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin-bottom: 1rem;
	text-align: center;
}
#category .addParts02 .infoArea.infoArea01 .infoBox table {
	width: 100%;
	table-layout: fixed;
}

#category .addParts02 .infoArea.infoArea01 .infoBox table td {
	font-size: 4rem;
	color: #ff4f42;
	text-align: center;
	border-color: #999;
}

#category .addParts02 .infoArea.infoArea02 .infoBox table {
	margin: 0;
}

#category .addParts02 .infoArea.infoArea02 .infoBox table th,
#category .addParts02 .infoArea.infoArea02 .infoBox table td {
	padding: 2.2rem;
	font-weight: normal;
}

#category .addParts02 .infoArea.infoArea02 .infoBox table th {
	width: 18%;
}

/*btn*/
.contents #category .addParts02 .btn-web {
}
.contents #category .addParts02 .btn-web a {max-width: 420px;margin: 0 auto;}
.contents #category .addParts02 .btn-tel {
}
.contents #category .addParts02 .btn-tel a {
}
#category .addParts02 .addInner {
    width: auto;
}

#category .addParts02 p.btn-more {
  background: #ff5722;
  border-radius: 50px;
  box-shadow: 0px 3px 0px #b32e05;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto !important;
  padding: 10px 40px 10px 40px;
  position: relative;
  text-align: center;
  width: 240px;
}
#category .addParts02 p.more-close {
  background:#666;
  box-shadow: 0px 3px 0px #333;
}
#category .addParts02 p.btn-more:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
#category .addParts02 p.btn-more.more-close:after {
  content: '－';
}
#category .addParts02 p.btn-more:hover {
  opacity: 0.7;;
}


#category .addParts02 .hidden_box {
  margin: 10px auto;
  max-width: 600px;
}

#category .addParts02 .hidden_box input {
  display: none;
}

#category .addParts02 .hidden_box label {
  background: #89c2d2;
  border: 3px solid #000;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  margin: 0 auto -3px;
  position: relative;
  transition: .5s;
}

#category .addParts02 .hidden_box label:hover {
  background: #aaa;
}

#category .addParts02 .hidden_box label::before {
  display: inline-block;
  transition: .2s;
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 26%;
  left: 14px;
}

#category .addParts02 .hidden_box label::after {
  content: "目次";
  position: absolute;
  top: 4%;
  right: 48%;
}

#category .addParts02 .hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: .3s;
}

#category .addParts02 .tabopen:checked+.hidden_show {
  height: auto;
  padding: 0;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  z-index: 0;
  position: relative;
}



.category_links {
  font-size: 3rem;
  font-weight: bold;
  margin: 3rem auto 38px;
  line-height: 1.4;
  padding: 24px 30px 24px 90px;
  background: #cdf3f2;
  border-top: 1px solid #00b6c2;
  border-bottom: 1px solid #00b6c2;
  box-shadow: 0px -8px 0px #cdf3f2, 0px 8px 0px #cdf3f2;
  position: relative;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.category_links::before {
  content: "";
  width: 42px;
  height: 41px;
  background: url("img/h3_circle.png") center no-repeat;
  background-size: 42px auto;
  position: absolute;
  top: -18px;
  left: -6px;
}

.category_links::after {
  content: "";
  width: 91px;
  height: 82px;
  background: url("img/h3_dotline.png") center no-repeat;
  background-size: 91px auto;
  position: absolute;
  right: 3px;
  bottom: -28px;
}



.character-box {
  margin: 25px 5px;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 15px 15px 20px;
  background: #f5f5f5;
}

.character-box:after {
  content: '';
  display: block;
  clear: both;
}

.character-right {
  position: relative;
  width: 120px;
  float: right;
}

.character-left {
  position: relative;
  width: 120px;
  float: left;
}

.character-left .charcter-name {
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 95px;
  left: 1px;
  width: 90%;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.4;
}

.character-right .charcter-name {
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 95px;
  right: 1px;
  width: 90%;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.4;
}

.character-left .charcter-name.name01 {
  background: #d3f0f7;
  border: 1px solid #d8d9d9;
}

.character-right .charcter-name.name02 {
  background: #92a1a5;
  border: 1px solid #d8d9d9;
}

.character-left img {
  float: left;
  width: 100%;
  border-radius: 80px;
}

.character-right img {
  float: right;
  width: 100%;
  border-radius: 80px;
}

.character-txt {
  overflow: hidden;
}

.character-left+.character-txt {
  padding-left: 20px;
}

.character-right+.character-txt {
  padding-right: 20px;
}



.box27 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #62c1ce;
}

.box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.box27 p {
  margin: 0;
  padding: 0;
}

.box-special {
  text-align: center;
  margin: 0 auto;
}

.float-wrap img {
  width: auto;
}

.mobile-text {
  display: none;
}


#toc {
  border: 3px solid #000;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 600px;
  padding: 10px;
}

#toc ul {
  margin: 0;
  padding: 0;
  position: relative;
}

#toc ul li {
  list-style: none;
  padding: 2px 0 2px 10px;
  position: relative;
}

.btn-accordion {
    border: 1px solid #00b6c2;
    border-radius: 100px;
    font-size: 1.8rem;
    font-weight: bold;
	color: #089ca0;
	    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
	    background-size: 16px auto;
    background: url(https://www.funyu-kakumei.com/wp/wp-content/themes/SE040/img/icon_plus.png) right 20px center no-repeat;
}

.accordion.mokuji.btn-accordion.is-open {
    background-size: 16px auto;
    background: url(https://www.funyu-kakumei.com/wp/wp-content/themes/SE040/img/icon_minus.png) right 20px center no-repeat #adadad;

}
.btn-accordion.is-open .btn-more .close_text,
.btn-accordion span.open_text {
    border: unset;
    padding: 0;
}

.l-parts02 .white-column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 4rem 0 0;
}


.l-parts02 .innerBox {
    width: 40%;
    margin-bottom: 2rem;
    padding: 2rem 2rem 1.5rem;
    border: solid 0.1rem #a0a0a0;
    background: #fff;
    position: relative;
}


.l-parts02 .innerBox-tag.before {
    background: #00b7c5;
    text-align: center;
    font-weight: bold;
}

.l-parts02 .innerBox-tag.after {
    background: #cdf3f2;
	    text-align: center;
    font-weight: bold;
}

 .page h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 3rem auto 38px;
    line-height: 1.4;
    background: #cdf3f2;
    box-shadow: 0px -8px 0px #cdf3f2, 0px 8px 0px #cdf3f2;
    position: relative;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.caption {
    font-size: 1.3rem;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/


  .additional-comparison .addInner {
    max-width: 80rem;
  }

  .additional-comparison .addTopArea .sttl {
    font-size: 2.6rem;
  }

  .additional-comparison .frame-wrap .type-a .frame-head {
    font-size: 1.8rem;
  }

  .additional-comparison .frame-wrap .type-a .frame-catch span {
    font-size: 2.8rem;
  }

  .additional-comparison .frame-wrap .type-a .frame-catch {
    font-size: 2.2rem;
    margin: 0 -2rem;
  }




  .additional-comparison .frame-wrap .type-a {
    padding: 0 2rem;
  }


  .additional-comparison .frame-wrap .type-a .feature-box {
    padding: 1.5rem 1.5rem 4rem;
    min-height: 46rem;
  }

  .contents .additional-comparison p {
    font-size: 1.5rem;
  }

  .lower-banner_pc {
    margin: 5rem 0 0 0;
    position: fixed;
    right: 1.3%;
    bottom: 10rem;
    z-index: 10;
    border: solid #333 2px;
    display: none;
  }

  .lower-banner_pc a {
    text-decoration: none;
    transition: ease-in opacity .3s;
  }

  .lower-banner_pc a:hover {
    opacity: .8;
  }

  .lower-banner_pc .text-banner-box {
    max-width: 260px;
    background: #00b6c2;
    position: relative;
  }

  .lower-banner_pc .text-banner-box::before {
    content: none;
  }

  .lower-banner_pc .text-banner-box__text {
    padding: 1rem 1rem 2rem 1rem;
    text-align: left;
    font-weight: bold;
  }

  .lower-banner_pc .text-banner-box__text .mainttl {
    color: #fff;
  }

  .lower-banner_pc .cmn02-text-banner-box__catch {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
  }

  .lower-banner_pc .text-banner-box__text .cmn02-paragraph {
    color: #fff;
    font-size: 12px;
    text-align: left;
    margin-top: .5rem;
  }

  .lower-banner_pc .text-banner-box__text .cmn02-paragraph p {
    margin: 0;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
  }
.btn-accordion span.open_text {
    width: 400px;
}
	
	
	
	
}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

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

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .category_links {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 5.5rem auto 2.5rem;
    line-height: 1.4;
    padding: 1.2rem 3.0rem;
    position: relative;
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  .category_links::before {
    content: "";
    width: 40px;
    height: 40px;
    background: url("img/h3_circle.png") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -27px;
    left: -15px;
  }

  .category_links::after {
    content: "";
    width: 39px;
    height: 39px;
    background: url("img/h3_dotline.png") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 10px;
    bottom: -15px;
  }




  .character-box {
    margin: 2rem 1rem;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 0.8rem;
    background: #f5f5f5;
  }

  .character-left {
    position: relative;
    float: left;
    width: 30%;
    margin: 0 1rem 1rem 0;
  }

  .character-right {
    position: relative;
    float: right;
    width: 30%;
    margin: 0 0 1rem 1rem;
  }

  .character-left .charcter-name {
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
  }

  .character-right .charcter-name {
    font-weight: bold;
    position: absolute;
    top: 70%;
    right: 0px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
  }

  .character-left .charcter-name.name01 {
    background: #d3f0f7;
    border: 1px solid #d8d9d9;
  }

  .character-right .charcter-name.name02 {
    background: #92a1a5;
    border: 1px solid #d8d9d9;
  }

  .character-left img {
    width: 100%;
    border-radius: 80px;
  }

  .character-right img {
    width: 100%;
    border-radius: 80px;
  }

  .character-left+.character-txt {
    padding-left: 10px;
  }

  .character-right+.character-txt {
    padding-right: 10px;
  }



  .box-special {
    text-align: center;
    margin: 0 auto;
  }

  .table-scroll {
    overflow: scroll;
  }
  .contents .table-scroll table {}

  .contents .table-scroll table th {
    width: 33%;
    display: table-cell;
  }

  .contents .table-scroll table td {
    width: 33%;
    display: table-cell;
  }

  .mobile-text {
    display: block;
  }

  .lower-banner_pc {
    display: none!important;
  }
.btn-accordion span.open_text {
    width: 288px;
}
.btn-accordion .btn-more .open_text {
    font-size: 1.8rem;
}	

/***** addParts02 *****/

#category .addParts02 {
	width: 100%;
	padding: 5.0rem 0 6.0rem;
	position: relative;
}


#category .addParts02 p {
	margin: 0;
}

/*addTopArea*/
#category .addParts02 .addTopArea {
	padding: 0 0;
	margin: 0 auto 3.0rem;
}

/*sttl*/
#category .addParts02 .sttl {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background-size: 29px auto;
	padding: 0;
	margin: 0 auto 2.0rem;
	position: relative;
}

/*block*/
#category .addParts02 .block {
	background-color: #fff;
	padding: 1.5rem;
	margin: 0 0 6.0rem;
	position: relative;
	box-shadow:none;
}

#category .addParts02 .block:last-child {
	margin: 0;
}
#category .addParts02 .blockTitArea {
	text-align: center;
	padding: 15px 10px;
	margin: 0 0 2.5rem;
}
#category .addParts02 .blockTitSub {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: center;
	margin: 0 0 0.5rem;
}
#category .addParts02  .blockTit {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: center;
	position: relative;
}
#category .addParts02  .blockTit::after {
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	left: calc(50% - 15px);
	bottom: 0;
}

/*slideTxtArea*/
#category .addParts02 .slideTxtArea {
	width: calc(100% - 30px);
	border-left: 1px solid #333;
	padding: 2.5rem 0 1.5rem 1.5rem;
	margin: -1.5rem auto 0;
	position: relative;
	z-index: 2;
}
#category .addParts02 .slideTxtArea::before {
	content: "";
	width: 15px;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	bottom: 0;
}
#category .addParts02 .caption {
	margin: 0 0 1.2rem;
}
#category .addParts02 .slideTit {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 8px;
}
#category .addParts02 .slideTxt {
	line-height: 1.6;
}
/*テキスト動き*/
#category .addParts02 .slideTxtArea {
	opacity: 0;
	transition: all 1.0s 0s ease;
	transition-delay: 300ms;
}
#category .addParts02 .slick-slide.slick-current .slideTxtArea,
#category .addParts02 .slick-slide.is-active-next .slideTxtArea {
	opacity: 1;
}
#category .addParts02 .slideTxtInner {
	opacity: 0;
	margin-left: -15px;
	transition: all 0.5s 0s ease;
	transition-delay: 600ms;
}
#category .addParts02 .slick-slide.slick-current .slideTxtInner,
#category .addParts02 .slick-slide.is-active-next .slideTxtInner {
	opacity: 1;
	margin-left: 0;
}

#category .addParts02 .priceIcoArea {
	width: 92%;
	height: 100%;
	overflow: hidden;
	padding: 3.0rem 0;
	margin: 0 auto 3.0rem;
	position: relative;
}
#category .addParts02 .priceIcoArea::before {
	content: "";
	background:linear-gradient(to right, rgba(187,187,187,1), rgba(187,187,187,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
	background-size:6px 1px;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
#category .addParts02 .priceIcoArea::after {
	content: "";
	background:linear-gradient(to right, rgba(187,187,187,1), rgba(187,187,187,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
	background-size:6px 1px;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	visibility: visible;
}
#category .addParts02 .priceIcoArea .priceArea {
	width: 100%;
	background-color: #f5f5dc;
	padding: 1.5rem 1.5rem 1.0rem;
	margin: 0 0 3.0rem;
	float: none;
}
#category .addParts02 .priceIcoArea .priceAreaInner {
	display: table;
	width: 100%;
	margin: 0 0 1.5rem;
}
.contents #category .addParts02 .priceIcoArea .priceArea .priceTit {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	word-wrap: break-word;
	color: #fff;
	background-color: #333;
	padding: 0.7rem 1.0rem 0.8rem;
}
#category .addParts02 .priceIcoArea .priceArea .price {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-align: center;
	color: #8c8200;
	background-color: #fff;
	padding: 0.7rem 1.0rem 0.8rem;
}
#category .addParts02 .priceIcoArea .priceArea .price span {
	font-size: 1.2rem;
	color: #333;
	padding: 0 0 0 5px;
}
.contents #category .addParts02 .priceIcoArea .priceArea ul {
}
.contents #category .addParts02 .priceIcoArea .priceArea ul li {
	line-height: 1.5;
	padding: 0 0 12px 18px;
	position: relative;
}
.contents #category .addParts02 .priceIcoArea .priceArea ul li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.contents #category .addParts02 .frame-wrap .frame.type-c {
    margin: 3rem 0 2rem;
}

.contents #category .addParts02 .box.type-a:nth-child(3), #category .addParts02 .box.type-a:nth-child(4), .contents #category .addParts02 .box.type-a {
    margin-bottom: 2rem;
}	
	
#category .addParts02 .priceIcoArea .icoArea {
	width: 100%;
	float: none;
}
#category .addParts02 .priceIcoArea .icoArea li {
	width: 100%;
	margin: 0 0 3.0rem;
	float: none;
}
#category .addParts02 .priceIcoArea .icoArea li:first-child {
	margin: 0 0 3.0rem;
}
#category .addParts02 .priceIcoArea .icoArea li:nth-child(3n+1) {
	margin: 0 0 3.0rem;
}
#category .addParts02 .priceIcoArea .icoArea li:nth-child(n+4) {
	margin: 0 0 3.0rem;
}
#category .addParts02 .priceIcoArea .icoArea li:last-child {
	margin: 0 0 0;
}
#category .addParts02 .priceIcoArea .icoArea li .icoSet {
	display: table-cell;
	vertical-align: middle;
	width: 85px;
	text-align: center;
	margin: 0 0 0;
}
#category .addParts02 .priceIcoArea .icoArea li .icoSet .ico {
	width: 45px;
	margin: 0 auto;
}
.contents #category .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding: 1.0rem 0 0.6rem;
	position: relative;
}
.contents #category .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #e6dc14;
	position: absolute;
	left: 0;
	bottom: 0;
}
#category .addParts02 .priceIcoArea .icoArea li > .icoTxt {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 95px);
}

#category .addParts02 .infoArea {
	clear: both;
	padding: 0 0;
	margin: 0 auto 3.0rem;
}
.contents #category .addParts02 .infoArea .infoTit {
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 2.5rem;
}
#category .addParts02 .infoArea .infoBox {
	display: block;
}
#category .addParts02 .infoArea .infoBox .imgArea {
	margin: 0 0 2rem;
	width: 100%;
}
#category .addParts02 .infoArea.infoArea01 .txtArea {
	width: 100%;
}
#category .addParts02 .infoArea.infoArea01 .txtArea .catch {
	font-size: 1.8rem;
}
#category .addParts02 .infoArea .infoBox .mapArea {
	width: 100%;
	overflow: hidden;
	margin: 0 0 2.5rem;
	float: none;
}
#category .addParts02 .infoArea .infoBox .mapArea .map {
}
#category .addParts02 .infoArea .infoBox .mapArea .map iframe {
	display: block;
	width: 100.2% !important;
}
.contents #category .addParts02 .infoArea .infoBox table {
	display: table;
	width: 100%;
	margin: 0;
	float: none;
	table-layout: auto;
}
.contents #category .addParts02 .infoArea.infoArea01 .infoBox table th {
	display: table-cell;
	width: 80%;
	border-right: 1px solid #999;
	padding: 1.0rem;
	font-size: 1.8rem;
}
.contents #category .addParts02 .infoArea.infoArea01 .infoBox table td {
	display: table-cell;
	padding: 1.0rem;
	width: 20%;
	font-size: 3.6rem;
}

#category .addParts02 .infoArea.infoArea02 .infoBox table th {
	width: 100%;
}

#category .addParts02 .sub-title{
	font-size: 1.8rem;
	margin: 4rem 0 2rem;
	padding: 0 5%;
	background: url(img/bg_heading_dashed.png) no-repeat center;
	background-size: 200% auto;
	width: 100%;
}
#category .addParts02 .sub-title span {
    padding: 0 5%;
}
/*btn*/
.contents #category .addParts02 .btn-web {
}
.contents #category .addParts02 .btn-web a {
}
.contents #category .addParts02 .btn-tel {
}
.contents #category .addParts02 .btn-tel a {
}
	
	
	
	
	
	
	
}
